Use PECheckNthTableDifferences to retrieve database table differences. This function is not implemented for reports based on a dictionary.
BOOL CRPE_API PECheckNthTableDifferences (
short printJob,
short tableN,
PETableDifferenceInfo FAR *tabledifferenceinfo );
Specifies the print job for the report containing the database table that you want to check. | |
Specifies the 0 | |
Specifies a pointer to PETableDifferenceInfo, which will contain the information retrieved. |
Declare Function PECheckNthTableDifferences Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal tableN As Integer,
tabledifferenceinfo As PETableDifferenceInfo ) As Integer
function PECheckNthTableDifferences (
printJob : Smallint;
tableN : Smallint;
var tabledifferenceinfo : PETableDifferenceInfo): Bool; {$ifdef WIN32}
stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |